Method GetMaterializedPath<TProps>(ITreeRedbObject<TProps>, string)

Assembly: redb.Core.dll

Builds materialized path for typed node.

public static string GetMaterializedPath<TProps>(this ITreeRedbObject<TProps> node, string separator = "/") where TProps : class, new()